Skip to content

chore: bump version to v0.1.4#80

Merged
kaiitunnz merged 1 commit into
mainfrom
noppanat/chore/bump-v0.1.4
Jun 22, 2026
Merged

chore: bump version to v0.1.4#80
kaiitunnz merged 1 commit into
mainfrom
noppanat/chore/bump-v0.1.4

Conversation

@kaiitunnz

@kaiitunnz kaiitunnz commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

Purpose

Release-prep bump for the v0.1.4 release. Synchronizes all published package versions and first-party pins ahead of tagging and the PyPI publish.

Changes

  • pyproject.toml, cli/pyproject.toml, cli/stack/pyproject.toml, hook/pyproject.toml, sdk/pyproject.toml, sdk/stack/pyproject.toml — bump version from 0.1.3 to 0.1.4 and update internal first-party == pins to match.
  • sdk/src/flowmesh/_version.py (_STATIC_VERSION), cli/src/flowmesh_cli/_version.py (_STATIC_VERSION), and src/shared/_version.py (FLOWMESH_RELEASE_VERSION) — bump the runtime version literals.
  • uv.lock — re-locked for the new synchronized version.

All edits are the mechanical output of scripts/dev/bump_version.py 0.1.4 + uv lock.

Design

N/A — version bump only.

Test Plan

uv run scripts/dev/bump_version.py 0.1.4
uv lock
uv run scripts/ci/check_release_version.py --tag v0.1.4
uv build --all-packages --out-dir dist && uv run scripts/ci/check_package_build.py --dist dist
uv sync --all-packages --group ci --frozen
uv run pre-commit run --all-files
uv run pytest tests/ --ignore=tests/worker/test_mp_executor_cleanup_gpu.py

Test Result

$ uv run scripts/ci/check_release_version.py --tag v0.1.4   # synchronized at 0.1.4
$ uv build --all-packages && check_package_build            # all distributions built + smoke-tested, exit 0
$ uv run pre-commit run --all-files                         # isort / black / ruff / mypy / codespell / gitleaks / sync-requirements passed
$ uv run pytest tests/ --ignore=...gpu                      # 1137 passed

Pre-submission Checklist
  • I have read the contribution guidelines.
  • I have run pre-commit run --all-files and fixed any issues.
  • I have added or updated tests covering my changes (if applicable).
  • I have verified that uv run pytest tests/ passes locally.
  • If I changed shared schemas or proto definitions, I have checked downstream compatibility across Server and Worker.
  • If I changed the SDK or CLI, I have verified the affected packages work (uv sync --all-packages --group ci --frozen).
  • If this is a breaking change, I have prefixed the PR title with [BREAKING] and described migration steps above.
  • I have updated documentation or config examples if user-facing behavior changed.

@kaiitunnz kaiitunnz marked this pull request as draft June 21, 2026 19:10
Signed-off-by: Noppanat Wadlom <noppanat.wad@gmail.com>
@kaiitunnz kaiitunnz force-pushed the noppanat/chore/bump-v0.1.4 branch from 1b7b90a to f903aaa Compare June 22, 2026 10:46
@kaiitunnz kaiitunnz marked this pull request as ready for review June 22, 2026 10:59
@kaiitunnz kaiitunnz requested a review from timzsu June 22, 2026 10:59

@timzsu timzsu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@kaiitunnz kaiitunnz merged commit 084b618 into main Jun 22, 2026
11 of 14 checks passed
@kaiitunnz kaiitunnz deleted the noppanat/chore/bump-v0.1.4 branch June 22, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants